home *** CD-ROM | disk | FTP | other *** search
/ Champak 110 / jogo-disk-110.iso / Games / hottest_looks_for_girls_summer_game.swf / scripts / frame_2 / PlaceObject2_152_202 / CLIPACTIONRECORD on(release)_2.as < prev    next >
Text File  |  2008-11-12  |  117b  |  8 lines

  1. on(release){
  2.    if(_name.substr(0,1) == "p")
  3.    {
  4.       this.stopDrag();
  5.       _root.matchCheck(this);
  6.    }
  7. }
  8.